Vizler Rainhold Apps

GCM controller serial arduino
http://www.youtube.com/watch?v=PunHtW_nRoEThis is a program for sending Google Cloud Messaging messages, orsending commands via SMS messages.Google Cloud Message.It is possible to install the program on two android cell phonesand send and receive messages via GCM service.The main purpose of this program is to manage the Android mobilephone that is installed my application for serial communication viaBluetooth at this address:http://play.google.com/store/apps/details?id=serial.modem.hc05Arduino Serial bluetooth GCMYou can manage remote devices from any location that has anInternet connection.Simply send a predefined message with one click of a button.Easy redefinition names of keys and messages they deliver.
TamponSMS, free SMS to Croatia 1.0
Besplatno slanje SMS poruka prema svim mrežamau HR,Hrvatska.Anonimna dvosmjerna komunikacija putem SMS poruka!Programirano slanje SMS poruke u željeno vrijeme.Slanje SMS poruke putem maila: [email protected] (pod subjectunijeti broj mobitela,napisati text do 160 znakova,naša slova senesmiju koristiti i to je to,poruka stiže max. za minutu).Primanje reply poruke na vaš mobitel ili prikaz na stranici.Poziv na mobitel koji će kratko zazvoniti,te programirani poziv uželjeno vrijeme.Imenik zadnjih brojeva na koje ste slali SMS na stranici.Tampon SMS,anonymous free two way communication in Croatian GSMnetworks.
SMS Marketing - send sms 24/7 1.2
Sending SMS message to numbers from your.txtfile.You create .txt file with sms numbers, .txt file containingonenumber per line.example:098234455609145665780995467336Copy.txt file to internal SD card on your phone.Select .txt file.Write your message and save.Set seconds interval betwen sending SMS and save it. - 38 sec(tocomplain 100 messages per hour limit).If phone sends more then 100 sms per minute Android systemSTOPsending SMS - to avoid this you must root your phone i enablemoreSMS per hour then 100.Tap on START/STOP and message sending begins.Tap on START/STOP to PAUSE sms sending.Tap on RESET/SET to reset counter to zero (or input somothernumer) and enable new sms sending.
Arduino Serial bluetooth GCM
http://www.youtube.com/watch?v=PunHtW_nRoEWhat you need for experimentation and development: Androidphone,such as Bluetooth module (HC-05), Atmega microcontroller,PIC,Arduino, a device that has a serial communication.What does this program: Allows your microcontrollerserialcommunication with the Internet.So that the microcontroller can now: send and receive email,sendand receive text messages, making calls, sending and receivingdataon the Internet using the HTTP protocol, receiving instantmessagesvia Google Cloud Messaging Service.GCM messages can be sent from another Android phone usingmyother program:http://play.google.com/store/apps/details?id=gcm.controller.serialCommands that will be sent to the serial port:After each command response is "ok" if delivered free.At the end of the command is recommended to send a CR , LF ( chr(13 ) , Chr ( 10 ) ) , but not necessary .When data is received to indicate the end of the message is LF (Chr( 10 ) ) , and you can go out and the timeout , eg if 2ms nodata onthe serial port all arrived .1. "read mail " - only gmail ( in Bascome Print "readmail";)Checks to see if there is new mail address to receive e-mails (mailand password are entered on android )If there is no new mail response is "no mail "if the error code reading - "error mail"if you have new mail response mail content (body ) . If you sendinthe form of text ##text message## then the answer is"textmessage"2. "read mailx,[email protected] ,password" - only gmailIf there is no new mail response is "no mail "if you have new mail response mail content (body ) . If you sendinthe form of text ##text message## then the answer is"textmessage"3. "send mail,subject,message" - for example"sendmail,rehearsal,this is the message"Send a message to a predefined email with predefined mail - mailandpassword entered on androidIf the message is sent , the answer is : "mail sent"If not sent "mail error"4. "send mailx,mail that I send,via mailbysending,password,subject,message" - just over GmailExample:"sendmail,[email protected],[email protected],password,this isasubject,this is the message"If the message is sent , the answer is : "mail sent"If not sent "mail error"5. Sending and receiving data via HTTP to a Web serverway first "log,?variable=21.6" - the android is defined by therestof the http address ,eg: http://site.com/logdata.php/ , when connected=http://site.com/logdata.php/?varijabla=21.6 ( logdata.phph -fileon your server )Temperature 21.6 is sent to the variable "variable" in"logdata.php" file .Route 2 "logx,http://site.com/logdata.php/?varijabla=21.6"  6.Receiving text message - when you have received itautomaticallyarrives via serial .7.Sending text message : "send smsx,number,message" -"sendsms,0981234567,this is the message"8.Sending text message : "send sms,message" - "send sms,this isthemessage " - the number to which the message is sentinandroid9.Nazivanje with a cell phone : "callx,the number of"-"call,0981234567"10.Nazivanje with a cell phone "call" - "call" - the numberthatcall is in android11.Request number of sms sender "sms number" - the number ofthesender sends free SMS messages . ( those who arrived onAndroid)12.Sending messages via Google Cloud Messagingservice.Afterregistration for GCM in the application (enter anusername andpassword and clicking on Register.It is possible two-way communication GCM messages betweentwoandroid phones.To send a message from another GCM Android mobile phone, thebrowseror PHPprogram:http://tamponsms.com/sendGCMx.php/?username=yourusername&password=yourpassword&message=yourmessageThe message will be delivered via a serial connection for afewseconds.If GCM send a message via the serial from your device back totheAndroid mobile phone which is managed by:If the message is sent successfully answer is: "gcm sucess"If sending failed "gcm error"